1bashThis demonstrates decompressing a .gz file using the gunzip command.gunzip foo.gzexternal toolsgunzipfile decompression
2bashThis demonstrates how to decompress a .gz file while keeping the original compressed file using gunzip.gunzip --keep foo.gzexternal toolsgunzipdecompression with --keep option